home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / SRecord 1.0 folder / READ ME next >
Encoding:
Text File  |  1994-02-04  |  1.0 KB  |  46 lines  |  [ttro/ttxt]

  1. SRecord 1.0 
  2. -----------
  3.  
  4. by Eric Stadtherr
  5.  
  6. 1/30/94
  7.  
  8. SRecord is a program that allows you to convert a code resource into 
  9. s-records suitable for downloading, saving the records in a text file.  
  10. Of course, this is only useful for developers and other computer 
  11. hackers.  I started writing it just for my own use, but I was surprised 
  12. at the lack of a share/freeware program out there someplace.
  13.  
  14. If the resource is of type 'CODE', the SegLoader information is skipped
  15. before the conversion is started.
  16.  
  17. The s records are formatted as follows:
  18.  
  19. S0DDDDDDDD
  20. S{1|2}LL[AA]AAAADDDD……DDDDCC
  21. :
  22. :
  23. :
  24. S{9|8}LL[AA]AAAACC
  25.  
  26. L - record length
  27. A - address
  28. D - data
  29. C - checksum
  30.  
  31. The records are terminated with a CR/LF pair.
  32.  
  33. If you create your resource file with the signature '481s' and type 'CODE', 
  34. it can be double-clicked (or dragged and dropped) to open the converter.
  35.  
  36. Technically, this is $10 shareware, but feel free to send me any comments or 
  37. suggestions to help my cause...
  38.  
  39.  
  40. Eric Stadtherr
  41. 309 S Franklin
  42. Ames, IA  50014-7516
  43.  
  44. emstadth@iastate.edu
  45.  
  46.